Actually that is why the website is given from where you can download
the samples.
#!/usr/bin/perl
use CGI;
$q = new CGI;
print $q->header;
unlink("/var/www/htdocs/dload/jquerysamplesbundle.zip");
chdir('/var/www/htdocs');
`/usr/local/bin/zip -r dload/jquerysamplesbundle.zip jquery_tutorials/* `;
`/usr/local/bin/zip -r dload/jquerysamplesbundle.zip css`;
`/usr/local/bin/zip -r dload/jquerysamplesbundle.zip jquery `;
`/usr/local/bin/zip -r dload/jquerysamplesbundle.zip images `;
To provide the source of CGI I will have to do something else.
I did that very long time ago in LUG. I used to convert the code into
syntax highlighted html and I sent you
the link.
So all along I have been publishing my samples using my web resources.
Though blogging and stuff like that I am not familiar with.
-Girish
On Wed, Jul 10, 2013 at 9:25 AM, Kumar Appaiah
<[email protected]> wrote:
> On Wed, Jul 10, 2013 at 09:03:09AM +0530, Girish Venkatachalam wrote:
>> The CGI is:
>>
>> GI;
>
> ^^^
>
> I guess you've made a copy-paste error. "use CGI;"?
>
> Could you please just post to a blog and then send the link in? That
> way, it is much more logical to read than having to look through
> disconnected e-mails that have copy-pasted code.
>
> Thanks.
>
> Kumar
> --
> :
> ####[ GNU/Linux One Stanza Tip (LOST) ]#######################
>
> Sub : Undeleting files from ext2 filesystem LOST #604
>
> e2undel (http://e2undel.sourceforge.net)is a console tool to
> help recover deleted files without needing to be an ext2
> genius. It requires read access to the file system where the
> files to be recovered are located.
>
> ####[ajitabhpandey (at) users.sourceforge.net]################
> :
> _______________________________________________
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
> ILUGC Mailing List Guidelines:
> http://ilugc.in/mailinglist-guidelines
--
Gayatri Hitech
http://gayatri-hitech.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines