Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    __DATA__
    <# { $a = 3; $b = 3; if ($a == $b) { "a=b"; } } #>
    <# { 4*3;  } #>
    
  2. or download this
    a=b
    12