NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
The code (Score:2)
Except... it wasn't. The code block in AM Radio Station Finder [perlmonks.org] is empty.
Re:The code (Score:1)
I'll email it to you -- thanks,
Dave Baker
Re:The code (Score:1)
Also included in the supplemental posting I just made at Perl Monks is the URL of the FCC web site where you go to get the AM radio station data. Once you have the data, just copy it and paste it immediately after the __END__ line in the script (its last line).
Re:The code (Score:2)
Using PAR (Score:1)
Wow, Autrijus Tang does wonderful work.
I was able to make self-standing executables (without the need for the end user to have Perl installed on his machine) in both Linux and Windows environments.
I wasn't able to make it work with a __END__ data section in the script, so I needed to split the data into a separate file and then read the data in the script using the standard open, flock, while $line= procedure.
Have you ever been able to make PAR work with an __END__ data section?
Cool (Score:1)
Bill
# I had a sig when sigs were cool
use Sig;