Help for this page

Select Code to Download


  1. or download this
     
    use strict;
    use warnings;
    ...
        
        eval "print \"\$var = <$var> isn't false\" if $var";    
    }
    
  2. or download this
    --- $s1
    $s1 = <1> isn't false
    ...
    @a1 = <1 2 3> isn't false
    --- @a2
    --- @a3