Help for this page

Select Code to Download


  1. or download this
    perl -e 'print scalar( ($x, $y ) = ( 42, 101, 202 ) ); print "\n$x\n$y
    +\n";'
    
  2. or download this
    perl -E 'say scalar(() = ($a, $b, $c))'