Help for this page

Select Code to Download


  1. or download this
    if ( @TestArray ) { print"\nPush - TestArray IS here\n\n"; }
    else { print"\nAfter Push - TestArray is NOT here\n\n"; }
    
  2. or download this
    @TestArray = ();