Help for this page

Select Code to Download


  1. or download this
    use lib ("/home/myusername/perl-lib");
    
  2. or download this
    for (@page) {
       s/include\("([^"]+)"\)//;print;
       if(open F $1){while(<F>){print}}
    }