Help for this page

Select Code to Download


  1. or download this
      for (@copy_this) {
          s{ \*\*\* password \*\*\* }{$password}xms;
      }
    
  2. or download this
          open my $myfile_fh, '<', $readfile or die "Can't open $readfile 
    +for input: $!"