2
votes
How do I get the full path to a Perl script that is executing?
perlfaq8 answers a very similar question with using the rel2abs() function on $0. That function can be found in File::Spec.
…
5
votes
Where Can I Find Demo/Sample Code For Perl 6?
Please check out the perl6-examples repository from http://github.com/perl6/perl6-examples/tree/master, it contains m …
