archives

A zero-width positive lookbehind assertion

Hi I am trying to get directory name from say a path c:/app/organizer what I want to get is organizer , so basically if I search from end of string and then lookbehind ($name)=($path=~(/(?<=\/)(.*?) (.*?)\z/)); but it does not result in getting to oraginzer , it fetches app/ organizer , kind of greedy

FAQ 3.24 Why don't Perl one-liners work on my DOS/Mac/VMS system?

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] .

very important web site to post you know your political protests....

Post a political potest/event you want to happen here at It will be viewed and hypotherically people might go to it if they read it and live near you. [link] Everyone tell others. Thank you,

FAQ 4.19 How do I validate input?

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] .

FAQ 2.16 Where do I send bug reports?

This is an excerpt from the latest version perlfaq2.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] .

Re: Math not working

You are trying to multiply two Nodelists... that's why. You probably have to 1) check that each nodelist has one item and 2) extract the text out of each node 3) multiply the text (which Perl will automagically convert to numbers)

FAQ 2.12 Which magazines have Perl content?

This is an excerpt from the latest version perlfaq2.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] .