Help for this page

Select Code to Download


  1. or download this
    my $myvariable;
    my $this-variable;
    $this-variable = 1 if $myvariable =~ /blah/;
    
  2. or download this
    print "HEY!\n" if $this-variable;
    print "NO!\n" if !$this-variable;