Help for this page

Select Code to Download


  1. or download this
    print "file1 ="; 
    $file1=<stdin>;
    ...
    while(defined($line=<>)){
     $line =~ s/$remove/$replace/g;
     print "$line"; }
    
  2. or download this
    main::(./dynamic_file.pl:22):   print "file1 =";
      DB<1> n
    ...
      DB<1> p @ARGV
    file1
    file2