Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1566 - 1595 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1566
Hello, I am a new user of http://baseportal.com It's a free database portal, great features (database limit=4GB, supports any Perl script, 6 database templates...
altordai
Online Now Send Email
Jul 5, 2004
3:47 am
1567
Hi I am new to PERL programming and I am having some real problem to see my out put pf perl script in browser ... I am using windows 2000 machine I download...
namon20
Offline Send Email
Jul 6, 2004
6:10 pm
1568
I am trying to run a perl sciprt from crontab, but the sciprt will not run for whatever reason. Here is my crontab entry. * * * * * /apps/PERL/bin/perl...
nfspeed105@...
nfspeed105
Offline Send Email
Jul 8, 2004
5:53 am
1569
crom runs the program as root user see if root has permission to execute the program There is 1 message in this issue. Topics in this digest: 1. Running Perl...
parvez mohamed
parvez80
Offline Send Email
Jul 8, 2004
10:21 am
1570
Hey Pal: Maybe mohamed is right... here´s how I create entries in the crontab for a specific user (youruser), and how I also create a log for the script...
Luis
luisc9boca
Offline Send Email
Jul 8, 2004
1:38 pm
1571
... nfspeed105> I am trying to run a perl sciprt from crontab, but the sciprt will nfspeed105> not run for whatever reason. Here is my crontab entry. ...
merlyn@...
merlynstoneh...
Online Now Send Email
Jul 8, 2004
5:16 pm
1572
Thanks for the help, turns out the problem I was having is that I did not provied the full path to my output file. The script was acutally looking just dumping...
nfspeed105@...
nfspeed105
Offline Send Email
Jul 8, 2004
5:17 pm
1573
I am in a Perl class this summer and we are allowed to seek outside help. I've tried other Perl groups (I've gotten tremendous support from a sys admin group...
Kathryn Tate
kloutot
Offline Send Email
Jul 12, 2004
1:57 am
1574
I am finished with this program but wish to thank anyone who read this! Kathryn ... [Non-text portions of this message have been removed]...
Kathryn Tate
kloutot
Offline Send Email
Jul 12, 2004
4:43 am
1575
Hello, I'm a NetAdmin and I use Perl to automate various tasks. I am currently trying to get it to create registry keys so I can push out an update, but I...
Chris
cljokla
Offline Send Email
Jul 17, 2004
11:30 pm
1576
Hello Friends, I am facing one problem on windows perl. I have to rename 100 index.html pages to index.asp recursively. Before renaming the page i need to add...
pskantu
Offline Send Email
Jul 18, 2004
4:50 pm
1577
Hello, The following script gets "Premature end of script headers error". If I type print header("text/html") at the bottom (after the else and befoire...
kjhseka
Offline Send Email
Jul 18, 2004
11:51 pm
1578
Namon, Writing perl code to display in a browser requires you to use CGI routines. I suggest you get a book on Perl CGI or search the web about it. CGI can...
Chris
cljokla
Offline Send Email
Jul 19, 2004
12:13 am
1579
I solved my own problem. I had the variables backwards! The create line should have been: $root->Create("testkey", $newkey); FYI... Chris...
Chris
cljokla
Offline Send Email
Jul 19, 2004
12:13 am
1580
Pskantu, I am assuming all the files/directories are in the same directory tree and that you have a fairly good understanding of Perl. If I'm correct this...
Chris
cljokla
Offline Send Email
Jul 19, 2004
12:13 am
1581
... May be easier: $folder_to_search="c:\\top_dir_with_all_my_folders_in_it"; opendir(dir,$folder_to_search); @dirs_list=grep { !(/^\./) && -f...
Mike Southern
mikesouthern
Offline Send Email
Jul 19, 2004
12:31 am
1582
Currently I would tend to use something along this line: #!perl @files = `dir /s /b index.html`; chomp @files; foreach $file (@files) { print "Reading...
Gary Hawkins
ghawk@...
Send Email
Jul 19, 2004
12:54 am
1583
We have 3 differnt menu bar depending upon the rights of user ... We checked user in Data Base and assigned $menu_page corresponding value for example...
Muhammad Noman
namon20
Offline Send Email
Jul 19, 2004
8:41 pm
1584
Is there a way to create Persistent server side Session Variables that live for approx 20 mins in Perl. These variables will store values that are important...
johnclarke72
Offline
Jul 26, 2004
8:20 pm
1585
... johnclarke72> Is there a way to create Persistent server side Session johnclarke72> Variables that live for approx 20 mins in Perl. These johnclarke72>...
merlyn@...
merlynstoneh...
Online Now Send Email
Jul 26, 2004
10:45 pm
1586
Hi All, I am trying to read multiple files to read some data's related to specific parameters and organize it in tables. As shown below ... I am not able to...
hackrneo
Offline Send Email
Jul 29, 2004
3:24 pm
1587
We have a reporting tool that produces a report with the same file name daily to the same directory location. I need the code that would rename the file to a...
mikeqs2004
Offline
Aug 1, 2004
6:51 am
1588
I have a reporting application that creates a new report daily. The application creates the file with the same name in the same directory over writing the...
mikeqs2004
Offline
Aug 1, 2004
6:51 am
1589
Hello, I'm looking for a perl module that will encrypt a word using RSA 2048 encryption. Any help would be appreciated. Thanks, Cris...
57a649@...
bucklucifer
Online Now Send Email
Aug 3, 2004
9:30 pm
1590
Please post your code to work from there Regards Rex hackrneo <hackrneo@...> wrote: Hi All, I am trying to read multiple files to read some data's...
El Rex
perl_jam03
Offline Send Email
Aug 4, 2004
6:37 pm
1591
Hi all, i am just starting to learn perl and i need to know where i can test scripts localy. Is there a free application in which i can do this...
spencerbrucem
Offline Send Email
Aug 4, 2004
11:55 pm
1592
... Hi, ROFL. Thats a real newbie question. Test scripts locally, lol. If you have perl installed and are under win32, just click on the script and bam it...
Paul Malcher
iso196
Offline Send Email
Aug 5, 2004
3:40 am
1593
Unless you do not have Perl installed, which could be the situation. If in Windows, get ActivePerl from ActiveState (www.activestate.com), It in *nix, Perl...
El Rex
perl_jam03
Offline Send Email
Aug 8, 2004
6:04 pm
1594
I don't know too much about encryption. I tried your search under CPAN and got a decent list of modules. If you know what you are looking for, try going...
El Rex
perl_jam03
Offline Send Email
Aug 8, 2004
6:04 pm
1595
Sorry, I was supposed to include a URL there. The search I did was the following: http://search.cpan.org/search?m=module&q=RSA+2048+&s=11 Good luck Rex El Rex...
El Rex
perl_jam03
Offline Send Email
Aug 10, 2004
4:26 am
Messages 1566 - 1595 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help