- or download this
my $sticky_dir; # EDIT
sub import {
...
@INC = ($sticky_dir, grep { ! m{^$sticky_dir$} } @INC); # EDIT
return;
}
- or download this
#!/usr/bin/perl
BEGIN{ # necessary
...
/usr/share/perl/5.18
/usr/local/lib/site_perl
.
- or download this
perl -I/my/debug/directory script