Help for this page

Select Code to Download


  1. or download this
    use IPC::Lite Key => 'TEST', qw(@urls) ;
    
    push( @urls, ("a", "b", "c") );
    
  2. or download this
    use IPC::Lite Key => 'TEST', qw(@urls) ;
    
    ...
    a
    b
    c
    
  3. or download this
    require IPC::Lite;
    our @urls;
    ...
    };
    
    OUTPUT: