Help for this page

Select Code to Download


  1. or download this
    use File::SPec::Functions 'rel2abs';
    my $abspath = rel2abs("produce_items.txt");
    
  2. or download this
    use FindBin;
    my $abspath = "$FindBin::Bin/produce_items.txt";