Help for this page

Select Code to Download


  1. or download this
    sub is_hex {
        my $self = shift if ref($_[0]); 
    ...
        
        return;
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
        }
    }
    __END__
    
  3. or download this
    $ perl -l 629540.pl
    1234    is hex
    ...
    foo     is not hex
    0xABCD  is not hex
    bar     is not hex