Help for this page

Select Code to Download


  1. or download this
    ?perl -e"$line = undef; print 3 + $line"
    3
    ...
    3
    ?perl -e"$line = undef; print 3 unless defined $line"
    3
    
  2. or download this
    $current_time='14:30:05'
    (undef, $min, $sec)=split /\:/, $current_time