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.
None of those (Score:1)
ADFS::Harddisk4:$.Apps.!perl
Re:None of those (Score:1)
What is this OS? (Score:1)
Pardon my ignorance.
Shlomi Fish
Re:What is this OS? (Score:1)
cgi-bin? (Score:1)
Re:cgi-bin? (Score:1)
No program which can accept arbitrary input belongs in a CGI accesible directory.
Were that I say, pancakes?
Re:cgi-bin? (Score:1)
On VMS my PERL.EXE;1 is in PERL_ROOT:[000000] (Score:1)
Re:On VMS my PERL.EXE;1 is in PERL_ROOT:[000000] (Score:1)
multiple choices (Score:1)
cheers,
Aldo
__END__
$_=q,just perl,,s, , another
Re:On VMS my PERL.EXE;1 is in PERL_ROOT:[000000] (Score:1)
Makes it much easier to team the beast when
you come from a Unix background.
Have fun.
#!/usr/bin/env perl (Score:1)
Perl lives... (Score:1)
<EOF>
Perl is no place and every place, it's a state of being. :)
---- This space for rent. Call 800-STEAK4U
what about (Score:1)
Another option... (Score:1)
lots of places... (Score:1)
Re:lots of places... (Score:1)
Poor memory can be helped with a simple find / -type l -name perl, albeit it can take quite a while, depending on how big harddrives you have and if they're IDE etc...
Re: (Score:1)
locate -r /perl$
( might need `locate -u' first