Help for this page

Select Code to Download


  1. or download this
    The 2 cats and the dog.
    The 8 cats and the 6 dogs.
    ...
    
    #story fin #cats and dogs fin #sheep fin
    
  2. or download this
    2
    8
    ...
    story
    cats and dogs
    sheep
    
  3. or download this
    open(FILE, 'C:\Users\li\perl\animals.txt');  
    $/ = " ";
    ...
    }
            
    }
    
  4. or download this
     
    open(FILE, 'C:\Users\li\perl\animals.txt');  
    ...
    }
            
    }
    
  5. or download this
    
    open(FILE, 'C:\Users\li\perl\animals.txt');  
    ...
        if( $string ~~ @patterns ) {
            print "$1\n";
        };