Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Proper way to create packages and re-usable code?

by Hadrianus (Novice)
on Feb 12, 2016 at 06:40 UTC ( [id://1155045]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -rw-r--r--  1 hadri  hadri   51 Feb 12 04:24 main_barack
    -rw-r--r--  1 hadri  hadri   63 Feb 12 04:15 my-serial-library.src
    -rw-r--r--  1 hadri  hadri   68 Feb 12 04:27 postlude_general.src
    
  2. or download this
    $ make
    cat my-serial-library.src main_barack postlude_general.src > serial_co
    +mm_barack.pl
    
  3. or download this
    $ echo "This is for Bernie" > main_bernie
    
    $ make CLIENT=bernie
    cat my-serial-library.src main_bernie postlude_general.src > serial_co
    +mm_bernie.pl
    
  4. or download this
     # -- sample Makefile
    CLIENT          =       barack
    
    ...
            tar cvzf ${TAR_NAME} ${TAR_FILES} 
    
    # --- end of Makefile
    
  5. or download this
    ${PROG_NAME}: ${PRELUDE} ${MAIN} ${POSTLUDE}  
    ^Icat ${PRELUDE} ${MAIN} ${POSTLUDE} > ${PROG_NAME}
    

Log In?
Username:
Password:

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

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

    No recent polls found