Help for this page

Select Code to Download


  1. or download this
    [0] Perl> sub test{ print "'$_[0]' ",  ref \$_[ 0] };;
    
    ...
    [0] Perl> test( /|/ );;
    Use of uninitialized value in pattern match (m//) at (eval 10) line 1
    '1'  SCALAR