Help for this page

Select Code to Download


  1. or download this
    Characters:   '"'
    Comments:     /* " */
    C++ comments: // "
    
  2. or download this
        my $parser= qr{
            \G                  # Don't skip anything
    ...
                warn "Ignoring unexpected character ($char) in ($context)"
    +;
            }
        }
    
  3. or download this
    #define ctrl(char) ( 'char' & 31 )
    
  4. or download this
    #!/usr/bin/perl -p0777 -i.org
    
    ...
                $1;
            }
        }g;
    
  5. or download this
    use strict;
    use warnings;
    ...
            printf qq[%8d: "%s"\n], 1+$i, $strings[$i];
        }
    }