Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    subdir/
    ../../../etc/very/dangerous
    ../project/
    
  2. or download this
    use URI::file;
    my $base_uri = URI::file->new( URI::file->cwd );
    ...
    subdir/
    ../../../some/other/place
    ../project/