Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(Ovid - my adventures with COBOLScript)

by Ovid (Cardinal)
on Dec 31, 2001 at 02:59 UTC ( [id://135285]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    000172  GET_INPUT_FROM_WEB_PAGE. 
    000173      GETENV USING `CONTENT_LENGTH` content_length. 
    000174      IF content_length IS GREATER THAN 0 THEN 
    000175          ACCEPT DATA FROM WEBPAGE
    
  2. or download this
    <FORM ACTION="cobolscript.exe?uts.cbl" METHOD=POST>
    <INPUT TYPE="hidden" NAME="month" VALUE="January     ">
    ...
    45testttt
    "></font></TD>
    <TD><INPUT TYPE="submit" VALUE="Update"> </TD></FORM>
    
  3. or download this
    5 update_desc                  PIC X(80).
    
  4. or download this
    000157      MOVE update_desc   TO rec_desc.
    
  5. or download this
    000113          PERFORM VARYING i FROM 1 BY 1 UNTIL i = 80 
    000114             IF rec_desc(i:1) = `<` 
    ...
    000119                   MOVE ` ` TO temp_str(z:1) 
    000120                   ADD 1 TO z 
    000121                END-IF
    
  6. or download this
    <INPUT TYPE="hidden" NAME="employee_name" VALUE="Matt                "
    +>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://135285]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 20:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found