Help for this page

Select Code to Download


  1. or download this
    <!--#perl sub="print q~one line of perl code~" -->
    
  2. or download this
    <!--#perl sub="sub{
      $_ = 'Multiple lines of Perl code.';
      s/\.$/.../;
      print
    }"-->