Help for this page

Select Code to Download


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