Help for this page

Select Code to Download


  1. or download this
    
     TEXAS,apple,2,E,0,0000, 0030,     0145,      0030,  0145,   0100,    
    + 0030,  0145,     0000,   0000,      3
     NEVADA,GRAPE,2,E,0,0000, 0030,     0145,      0030,  0145,   0100,   
    +  0030,  0145,     0000,   0000,      3
     MONTANA,PEAR,2,E,0,0000, 0030,     0145,      0030,  0145,   0100,   
    +  0030,  0145,     0000,   0000,      3
    
  2. or download this
    
     $fruit = "apple";
     if ( $_ =~ /$fruit/) {
       print "$_";
        }