Help for this page

Select Code to Download


  1. or download this
    if ( do{ local$"=''; @array1 == @array2 and "@array1" eq "@array2"} ) 
    +{ 
        print 'They are the same', $/; 
    }
    
  2. or download this
    my @a = ( 'onetwo','', 'three');
    my @b = ( 'one', 'two', 'three' );