Help for this page

Select Code to Download


  1. or download this
    push @array, $string =~ m#stuff#g;
    
  2. or download this
    push @array, $string =~ m#stuff#g if ($this eq "true");
    
  3. or download this
          my $img = get($image);
          my ($height, $width) = imgsize(\$img);