Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -i.bak
      :
    
  2. or download this
    $ ./myfilter -i file_a file_b
    
  3. or download this
    while (<filea>) {
        if ( this is a line i want ) {
    ...
        }
    }
    my $replacements= '\b('.join('|',keys %router).')\b';
    
  4. or download this
    my $symbol;
    while (<>) {
    ...
        }
        print;
    }