Help for this page

Select Code to Download


  1. or download this
        $stack = newitem;
    
  2. or download this
        $top = $stack;
    
  3. or download this
    sub TIESCALAR {
        return unless $_[1] =~ /[fl]i[fl]o/i;
        my $stack = $_[1] =~ /([fl])i\1o/i;
    )   return bless [$stack,[]], $_[0];
    }
    
  4. or download this
        if ($_[0]->[0]) {