Tuesday, May 27, 2008

How do i close multiple files in one command instead of typing "close" one by one:?

Sample:
close("file1.txt");
close("file2.txt");
close("file3.txt");
close("file4.txt");

I have used these: MS office â€" Word- Excel- PowerPoint- Publisher- Exchange- Outlook (both forms) â€" Windows and Mac OS- Open Office â€" Linux- Adobe Acrobat Professional â€" All OS (including Linux implementation)- FileMaker Pro 7 (last version I’ve used)- Dreamweaver- Flash- MySQL- PHP- Apache- Unix- Ruby (coding)- PERL (don’t ask me ‘cause I forget but- I’ve done it before…LONG TIME AGO when I had no life)- Redhat- Fedora- Debian- Mepis- Mandrake. Omni-Graffle- Sound Designer Pro- Pro Tools- Custom designed Sound and Light grids using Visio and Concept Draw- Web html apps- XML
Batch mod â€" unix permissions

Plus hardware support- 3 com switches and routers
Linksys and Cisco Managed switches- routers- Networking Patching- Nortel PBX Switching schemes and management console software- Wireless Access Points â€" Linksys- Dlink- Netgear- Oronico- Apple Airport

Not too mention the telecommunications end user support.

How do I put all this into a resume succinctly? HELP!

I am trying to install a perl based forum on my website and I m having absolutely NO luck. I ve contacted my host to make sure that my server supports perl...and it does. But- everytime I try to point my browser to my install file (Install.pl) I only get the option to download the file. I am supposed to- at that point- see a setup screen. After much trying and frustration- I contacted my host again and they told me to use the program Putty to SSH the Install.pl file. So- now- I ve downloaded Putty and am wondering what to do next...any ideas?

Please give a small example of a perl CLI code which will take some input from user and give some output.I want this urgently.Plz help.Thanks

Im using this .plx script and have stored it in Inetpub/Scripts

#! /usr/bin/perl -w
#cgihello.plx

use strict;
use warnings;

print "Content-type: text/plain\n\n";
print "Hello CGI world! \n";
print " You are calling from $ENV{REMOTEHOST}\n";

I enter this http:\\localhost\scripts\cgihello.plx in the address bar- but Im getting this:

Content-type: text/plain Hello CGI world! You are calling from

When i enter
It isnt interpreting my escape sequence- and $ command.
How do I rectify this problem?

PS: A html written in inetpub/wwroot works fine.

I want to create a CLI in perl which will take some input from the user and output some desired output.To be more specific I want to convert some firewall rules into another firewall format.Can some body give a small example for a basic CLI code?If not possible in perl which language will be better?Plz help me.Thanks
I want to create a tool which will convert a given firewall rule into a different firewall format.The user have to input the config file of the firewall rules and the tool will convert it.The tool has to be based on command line interface.So can I do it in perl.If yes then plz give me a small example of a basic command line interface code.Thanks

No comments: