Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    __DATA__
    123/; #<
    456/; #< a comment
    
  2. or download this
    MATCH: TRUE
    $1 && $2: FALSE
    ...
    $1 && $2: TRUE
    $1='#<'
    $2=' a comment'