Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use subs qw/ open /;
    ...
      
    }
    1;
    
  2. or download this
    use lib "d:\\";
    use open_temp; 
    open(SEL);
    print <SEL>;