Help for this page

Select Code to Download


  1. or download this
    azxinetgw.EXECFILE_DIR.azxinetgw='/usr/local/instinet/RTS/etc/local/az
    +xfiles'
    
  2. or download this
    sub get_assigned_dir {
    
    ...
        log_msg "assigned dir for $gpa_key == $assigned_dir";
    
    }
    
  3. or download this
    $string = 'aaaaa';
    print $1,$/ if $string =~ /(a)+/;
    print $1,$/ if $string =~ /(a+)/;