Description:
The Perl language in general.
|
|
|
FAQ 4.26 How do I reformat a paragraph?
|
| |
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
remove elements from array ref
|
| |
The folllowing code is supposed to remove entries from @return_set that end in '000'. It leaves an undef in the array instead of removing the whole element. What fix would be best to achieve an array without 'undef' elements? Thanks for any help! ...my @return_set = ( {id => 'CA2345H000'}, {id => 'CA2345H100'},... more »
|
|
FAQ 3.30 What's MakeMaker?
|
| |
This is an excerpt from the latest version perlfaq3.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
FAQ 4.48 How do I shuffle an array randomly?
|
| |
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
FAQ 1.8 Is Perl difficult to learn?
|
| |
This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
FAQ 4.36 How can I expand variables in text strings?
|
| |
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
FAQ 1.1 What is Perl?
|
| |
This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
|