Help for this page

Select Code to Download


  1. or download this
    sub head($)
    {
    ...
        ${$_[0]} = $xs;
        return $x;
    }
    
  2. or download this
    my $msg = "new item x";
    my $cmd = head \ $msg;
    ...
    } elsif ( $cmd eq 'set') {
       ...
    }