Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Create and edit new scripts

by teamster_jr (Curate)
on May 05, 2006 at 10:11 UTC ( [id://547617]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    function! New_Plugin(x)
       let mfile=a:x
    ...
      :0d
      execute "%s/STUB/" .substitute(packname, "/", "::", "g")
    endfunction
    
  2. or download this
    function! New_Template(x)
      let mfile = a:x
    ...
      execute ':e Templates/' . mfile
    endfunction
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 12:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found