Help for this page

Select Code to Download


  1. or download this
    my $build = ($vdata=~/=(\d+)$/);
    
  2. or download this
    (my $build) = ($vdata=~/=(\d+)$/);
    
  3. or download this
    
    use strict;
    ...
    __END__
    Output:
    The, quick, jumps
    
  4. or download this
    
    use strict;
    ...
     D:\Documents and Settings\jonorton\a.pl line 25.
    Build = []