Help for this page

Select Code to Download


  1. or download this
    if ( defined $end_tag && ! defined $end_tag ) {
        # do something
    }
    
  2. or download this
    my @stuff = qw(one two three);
    my $length = (@stuff.length)/10;
    print $length;