Help for this page

Select Code to Download


  1. or download this
    elsif ( $data eq "8000" || "0080" ) {
         $tid = .....;
    }
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MO=Deparse,-p -le
    "my $data = '8000';
    ...
        print('yes');
    }
    -e syntax OK