Help for this page

Select Code to Download


  1. or download this
    # Temp.pm
    package Temp;
    printf "Context = %s\n", defined wantarray ? 0+wantarray : 'undef';
    # true value, but may cause warning:
    "nothing";
    
  2. or download this
    perl -lib=. -MTemp -we1
    
  3. or download this
    perl -wc Temp.pm