<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Main_Page</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>Recent changes to Main_Page</description><atom:link href="https://sourceforge.net/p/pdl/wiki/Main_Page/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 15 Apr 2022 14:12:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pdl/wiki/Main_Page/feed" rel="self" type="application/rss+xml"/><item><title>Main_Page modified by mohawk</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v62
+++ v63
@@ -1,3 +1,5 @@
+# PLEASE LOOK INSTEAD AT THE [GITHUB-HOSTED WIKI](https://github.com/PDLPorters/pdl/wiki)
+
 _Welcome to the PDL wiki. The wiki uses a couple of different approaches and covers a fair amount of information, but should not be your only source for information about PDL. If you are new to PDL, the best places to start reading would probably be one of the PDFs linked in the External Resources section on this page. If you have PDL installed, you may also find some of the demos to be helpful at getting you started._

 _If you are looking for the proper syntax for a particular function and you have PDL installed, you can type '? func-name' at the perldl prompt and a one to two page summary should pop up. You can find more technical documentation of most everything in the pod docs that come with PDL, which you can access using perldoc._
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mohawk</dc:creator><pubDate>Fri, 15 Apr 2022 14:12:40 -0000</pubDate><guid>https://sourceforge.netdaf138af03d877b833c882b2d60d3a5b9e2c6122</guid></item><item><title>Main_Page modified by Craig DeForest</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v61
+++ v62
@@ -30,7 +30,7 @@

 [A_Map_of_PDL_Users_Worldwide] - a quick view of PDL users, where they are and how they use PDL 

-[Plotting_with_PDL::Graphics::Gnuplot] - a tutorial and reference guide for publication-quality plots and images 
+[Plotting_with_PDL::Graphics::Gnuplot] - a tutorial and reference guide for making publication-quality plots and images 

 ## Installation Information

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig DeForest</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.net0382db62cc66fd45dbc9cd1ceb1732c0cabc5ecc</guid></item><item><title>Main_Page modified by Craig DeForest</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v60
+++ v61
@@ -29,6 +29,8 @@
 [PDL_for_IDL_users] - a quick reference and migration guide for people who are used to IDL

 [A_Map_of_PDL_Users_Worldwide] - a quick view of PDL users, where they are and how they use PDL 
+
+[Plotting_with_PDL::Graphics::Gnuplot] - a tutorial and reference guide for publication-quality plots and images 

 ## Installation Information

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig DeForest</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.net3763ee3cdccfdbdbd5d72392df3adfe67f4ad620</guid></item><item><title>Main_Page modified by Chris Marshall</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v59
+++ v60
@@ -1,8 +1,20 @@
-Welcome to the PDL wiki. The wiki uses a couple of different approaches and covers a fair amount of information, but should not be your only source for information about PDL. If you are new to PDL, the best places to start reading would probably be one of the PDFs linked in the External Resources section on this page. If you have PDL installed, you may also find some of the demos to be helpful at getting you started. 
+_Welcome to the PDL wiki. The wiki uses a couple of different approaches and covers a fair amount of information, but should not be your only source for information about PDL. If you are new to PDL, the best places to start reading would probably be one of the PDFs linked in the External Resources section on this page. If you have PDL installed, you may also find some of the demos to be helpful at getting you started._

-If you are looking for the proper syntax for a particular function and you have PDL installed, you can type '? func-name' at the perldl prompt and a one to two page summary should pop up. You can find more technical documentation of most everything in the pod docs that come with PDL, which you can access using perldoc. 
+_If you are looking for the proper syntax for a particular function and you have PDL installed, you can type '? func-name' at the perldl prompt and a one to two page summary should pop up. You can find more technical documentation of most everything in the pod docs that come with PDL, which you can access using perldoc._
+
+  
+

 [TOC]
+
+## PDL Ideas for Google Summer of Code 2012
+
+Please add your suggestions, feedback, and updates to our list at [_GSoC_2012_Ideas_]. 
+
+  
+
+
+* * *

 ## Documentation Contents

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Marshall</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.net1a335506b2151186b94e7eddd0cb20a7f9b37731</guid></item><item><title>Main_Page modified by Joel Berger</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v58
+++ v59
@@ -23,6 +23,8 @@
 PDL can be difficult to install. Fortunately, many operating systems including Mac, Windows, and major flavors of Linux, have pre-compiled binaries that you can install. Check the [ easy installation page](Installing_PDL_the_quick_and_easy_way_) and look for your operating system.

 Alternatively, you can [ install PDL from source or via CPAN](Installing_PDL_Manually_). The instructions are not the greatest, but hopefully they will be enough to get you going. 
+
+For a more modern installation tutorial see [Installing_Using_cpanm]. App::cpanminus (cpanm to its friends) is a new CPAN client which makes installing Perl modules easier in most cases. Even though it is fairly new, it is stable and extremely popular. 

 ## External Resources

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joel Berger</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.neta7ef6cdf349a11cb1905f74b11ff9dc74bfd5760</guid></item><item><title>Main_Page modified by Chris Marshall</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v57
+++ v58
@@ -45,7 +45,7 @@

 A question in one of the various fora (including CPAN bug reports and the PDL wiki comments) is not likely to be seen and answered in a timely manner. The PDL community primarily uses the [mailing lists](http://pdl.perl.org/?page=mailing-lists) for questions and [SourceForge](http://sourceforge.net/tracker/?func=browse&amp;amp;group_id=612&amp;amp;atid=100612) for bug reports. 

-## Developer's Corner
+## [Developer's_Corner]

 The [Mailing Lists](http://pdl.perl.org/?page=mailing-lists) offer a great forum for discussing ideas, but not for organizing them. The [Developer's_Corner] is a place for the developers and any other interested PDL folk to flesh-out and organize the directions for future development. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Marshall</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.netea207d3c5895544df3ed4ad9c569f0551de27df3</guid></item><item><title>Main_Page modified by Derek Lamb</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v56
+++ v57
@@ -28,7 +28,7 @@

 The following PDF documents are probably the best way for a beginner to learn how to use PDL. Some of the information may be a bit outdated, but almost all of it will be useful if you are just getting your feet wet: 

-  * [Original PDL article](http://www.drdobbs.com/184410442;jsessionid=XQTZ1Y2HRTQ0XQE1GHPSKH4ATMY32JVN) in Dr. Dobb's Journal (September 1997). 
+  * [Original PDL article](http://www.drdobbs.com/184410442) in Dr. Dobb's Journal (September 1997). 
   * [PDL for impatient IDL users](http://sohowww.nascom.nasa.gov/solarsoft/packages/pdl/switchers.pdf). Document by Craig DeForest last updated in 2006. An excellent and fairly brief (20 pages) quick-start guide to PDL, and the most recent of the three external resources. The document is written for users familiar with IDL and a little Perl, but should be useful for anybody who has hacked around with Perl and would like to learn more about PDL. 
   * [PDL-Scientific Programming in Perl](http://pdl.cvs.sourceforge.net/viewvc/*checkout*/pdl/PDL-Book/PDL-Book-latest.pdf). Book by Karl Glazebrook _et al._ last updated in 2001. This partially-completed book assumes you know some Perl but covers a lot of basic material in PDL. It has some frustrating holes (such as the empty section entitled _explicit threading for complex cases_), so if you're looking for an in-depth treatment, be prepared to be frustrated a few times. Also, the book does not cover the use of PDL::NiceSlice, which is a standard idiom these days in PDL. However, it will give you an excellent knowledge of how to use PDL and after reading this you should be able to start using the pod documentation without getting lost. 
   * [Beginning PDL](http://pdl.cvs.sourceforge.net/viewvc/*checkout*/pdl/PDL-Beggining-Book/pdl.pdf). Book by Xavier Calbet last updated in 2001 with an introduction to Perl and to PDL. This is a great place to start if you really don't know much about Perl and want to have a decent introduction to Perl before getting to PDL. Unlike most books that I have encountered, Xavier has exercises sprinkled throughout the chapters, with complete solutions at the end of each chapter. Xavier spends a lot of time teaching how you how to use Perl, which makes sense since PDL's major selling point is that it is built upon Perl. Unfortunately, he ran out of steam just as he was getting to discussing PDL, so most of the PDL-specific documentation is weak or missing. Once you've read Xavier's book, you should be able to jump into Karl's book without any trouble. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derek Lamb</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.netbfc432d9b585b72f4e70fec6e89b00ca2d5778b2</guid></item><item><title>Main_Page modified by Daniel Carrera</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v55
+++ v56
@@ -28,7 +28,7 @@

 The following PDF documents are probably the best way for a beginner to learn how to use PDL. Some of the information may be a bit outdated, but almost all of it will be useful if you are just getting your feet wet: 

-  * [Original PDL article](http://www.drdobbs.com/184410442;jsessionid=XQTZ1Y2HRTQ0XQE1GHPSKH4ATMY32JVN) in Dr. Dobb's Journal. 
+  * [Original PDL article](http://www.drdobbs.com/184410442;jsessionid=XQTZ1Y2HRTQ0XQE1GHPSKH4ATMY32JVN) in Dr. Dobb's Journal (September 1997). 
   * [PDL for impatient IDL users](http://sohowww.nascom.nasa.gov/solarsoft/packages/pdl/switchers.pdf). Document by Craig DeForest last updated in 2006. An excellent and fairly brief (20 pages) quick-start guide to PDL, and the most recent of the three external resources. The document is written for users familiar with IDL and a little Perl, but should be useful for anybody who has hacked around with Perl and would like to learn more about PDL. 
   * [PDL-Scientific Programming in Perl](http://pdl.cvs.sourceforge.net/viewvc/*checkout*/pdl/PDL-Book/PDL-Book-latest.pdf). Book by Karl Glazebrook _et al._ last updated in 2001. This partially-completed book assumes you know some Perl but covers a lot of basic material in PDL. It has some frustrating holes (such as the empty section entitled _explicit threading for complex cases_), so if you're looking for an in-depth treatment, be prepared to be frustrated a few times. Also, the book does not cover the use of PDL::NiceSlice, which is a standard idiom these days in PDL. However, it will give you an excellent knowledge of how to use PDL and after reading this you should be able to start using the pod documentation without getting lost. 
   * [Beginning PDL](http://pdl.cvs.sourceforge.net/viewvc/*checkout*/pdl/PDL-Beggining-Book/pdl.pdf). Book by Xavier Calbet last updated in 2001 with an introduction to Perl and to PDL. This is a great place to start if you really don't know much about Perl and want to have a decent introduction to Perl before getting to PDL. Unlike most books that I have encountered, Xavier has exercises sprinkled throughout the chapters, with complete solutions at the end of each chapter. Xavier spends a lot of time teaching how you how to use Perl, which makes sense since PDL's major selling point is that it is built upon Perl. Unfortunately, he ran out of steam just as he was getting to discussing PDL, so most of the PDL-specific documentation is weak or missing. Once you've read Xavier's book, you should be able to jump into Karl's book without any trouble. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Carrera</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.net9679b276ba3c4978ad5b2f4b8316df953a141315</guid></item><item><title>Main_Page modified by Daniel Carrera</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v54
+++ v55
@@ -28,6 +28,7 @@

 The following PDF documents are probably the best way for a beginner to learn how to use PDL. Some of the information may be a bit outdated, but almost all of it will be useful if you are just getting your feet wet: 

+  * [Original PDL article](http://www.drdobbs.com/184410442;jsessionid=XQTZ1Y2HRTQ0XQE1GHPSKH4ATMY32JVN) in Dr. Dobb's Journal. 
   * [PDL for impatient IDL users](http://sohowww.nascom.nasa.gov/solarsoft/packages/pdl/switchers.pdf). Document by Craig DeForest last updated in 2006. An excellent and fairly brief (20 pages) quick-start guide to PDL, and the most recent of the three external resources. The document is written for users familiar with IDL and a little Perl, but should be useful for anybody who has hacked around with Perl and would like to learn more about PDL. 
   * [PDL-Scientific Programming in Perl](http://pdl.cvs.sourceforge.net/viewvc/*checkout*/pdl/PDL-Book/PDL-Book-latest.pdf). Book by Karl Glazebrook _et al._ last updated in 2001. This partially-completed book assumes you know some Perl but covers a lot of basic material in PDL. It has some frustrating holes (such as the empty section entitled _explicit threading for complex cases_), so if you're looking for an in-depth treatment, be prepared to be frustrated a few times. Also, the book does not cover the use of PDL::NiceSlice, which is a standard idiom these days in PDL. However, it will give you an excellent knowledge of how to use PDL and after reading this you should be able to start using the pod documentation without getting lost. 
   * [Beginning PDL](http://pdl.cvs.sourceforge.net/viewvc/*checkout*/pdl/PDL-Beggining-Book/pdl.pdf). Book by Xavier Calbet last updated in 2001 with an introduction to Perl and to PDL. This is a great place to start if you really don't know much about Perl and want to have a decent introduction to Perl before getting to PDL. Unlike most books that I have encountered, Xavier has exercises sprinkled throughout the chapters, with complete solutions at the end of each chapter. Xavier spends a lot of time teaching how you how to use Perl, which makes sense since PDL's major selling point is that it is built upon Perl. Unfortunately, he ran out of steam just as he was getting to discussing PDL, so most of the PDL-specific documentation is weak or missing. Once you've read Xavier's book, you should be able to jump into Karl's book without any trouble. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Carrera</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:15 -0000</pubDate><guid>https://sourceforge.net9ad9ae8b2b3a9a32e67a5827fecbc5db87841ed2</guid></item><item><title>Main_Page modified by punkish</title><link>https://sourceforge.net/p/pdl/wiki/Main_Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v53
+++ v54
@@ -16,7 +16,7 @@

 [PDL_for_IDL_users] - a quick reference and migration guide for people who are used to IDL 

-[A_Map_of_PDL_Users_Worldwide] - a quick view of PDL user where and what fo 
+[A_Map_of_PDL_Users_Worldwide] - a quick view of PDL users, where they are and how they use PDL 

 ## Installation Information

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">punkish</dc:creator><pubDate>Wed, 02 Jul 2014 19:12:14 -0000</pubDate><guid>https://sourceforge.net25c7564cecface485524de61e1f923b499539500</guid></item></channel></rss>