Help for this page

Select Code to Download


  1. or download this
    perl t/mytest.t
    # t/mytest.t
    
  2. or download this
    perl mytest.t
    # mytest.t
    
  3. or download this
    use FindBin;
    my $datafile = "$FindBin::Bin/data/test.txt";
    open my $fh, $datafile
        or die "Couldn't open '$datafile': $!";