Help for this page

Select Code to Download


  1. or download this
    if($data =~ /(^\.def)[.+]\.\.$/smx){
    
    ...
    print "This is Macro $data \n";
    
    }
    
  2. or download this
    .define get_input
            select key,  key1, key2,
    ...
               and ed_table.key = 'PRINT'
               and ed_table.user_id = user
    ..