Help for this page

Select Code to Download


  1. or download this
    print $a, $b;
    # and
    print { $a } $b;
    
  2. or download this
    print $a, $b;   # print both variables
    $a.print: $b;   # treat $a as a file handle