Help for this page

Select Code to Download


  1. or download this
    @var = qw( a b c );
    $var2 = undef;
    $one = '$var';   # Exists!
    $two = '$var2';  # Exists