comp.lang.perl.misc
By Subject
2840 messages sorted by: [ author ] [ date ] [ thread ]
Starting: 11/30/04
Ending: 12/31/04
- "anonymous" variable in Perl?
- $ in text string
- $300 reward for identity of poster with email address: my_stu_pitt@yahoo.com
- $ARGV, <>, and command-line Perl
- $ftp->rget() does not work for MS Windows FTP Server
- (beginner question) downsample data points using chained maps
- (Newbie Question) Digest::MD5 CPAN module compilation errors
- (quickie) (Aliasing) Possible to get this to work in strict?
- /\bf(?:o(?:o(?:b(?:a(?:r)?)?)?)?)?\b/
- <> the Diamond Operator
- <FORM> Submit question with perl cgi scripts
- [ANNOUNCE] wxPerl 0.21
- [newbie] IO::Socket::INET
- [OT - Google Groups] WAS: copying values from a hash into CGI.pm via tied hash reference
- [OT] ASCIIgram for square root
- [OT] kill/killall (was: Perl interface to Unix ps?)
- [OT] Multiple submit actions.
- [OT] Perl CGI script using Win::ODBC module - failed login on
- [PATTERN MATCHING]
- [Proposal] Q: RE lexical scopes and sub declarations
- [Q] $ARGV, <>, and command-line Perl
- [Slightly OT] Perl interpreter (win32) single "threaded"?
- [threads] problem with subroutine lock
- [XML::XSLT] empty result while parsing xml file
- A problem with fork() and managing processes
- A VoIP usergroup
- An efficient way to make a large directory tree?
- An ENCODING problem: Windows-1251
- ANNOUNCEMENT: NYLXS Open House Dec. 6; Perl Classes Dec. 8th
- another newbie stupid question
- anyone tried http-proxy on windows?
- Basic CGI.pm question
- Beginner's list/return/glob problem
- better way of Event.pm usage
- Brian? [Was: FAQ 4.36: How can I expand variables in text strings?]
- Buy Programming Books
- Calculation/Comparison on Date
- Calling Different scripts with 1 wrapper script
- Can I run perl under windows line by line?
- Can't find Cyrus::Imap module.
- Can't get past 'use strict' :(
- can't get unlink to work on windows
- can't install DBD::mysql - missing mysql.h?
- Cannot compile working perl on freebsd / amd64
- Catch Timeout for system calls in Windows?
- CGI.pm and special characters in hidden inputs
- Change file creation date?
- change mac address formatting in a regex
- charting data
- charting org charts in Perl ?
- close() or die
- Communication between Cgi and another perl application
- Comparing 2 dates ?
- Complex Search and Replace
- conditioning system shell output from within Perl - Noob
- Consecutive Numbers
- Construct listbox with CGI
- Construct listbox with CGI [Answer mangled by groups-beta.google.com]
- Convert text to Hex
- copy mysql database with perl
- copying hashes without references
- copying values from a hash into CGI.pm via tied hash reference
- data structure
- DBD/DBI failing to add a blank in a non-null field
- Delete lines in a file
- Determining connection type
- die'ing with the caller's line number
- distinguish between binary text and regular text
- dmake.exe: Error code 255, while making 'test'
- Down and dirty Britney Spears [virus]
- Dynamic Search Tool
- Emacs modules for Perl programming
- Email::MIME::Creator
- EOF and reading /proc
- Error with SNMP_util: snmpWalk & snmpGet
- Example of perl script downloading a web page?
- examples using PDF::Template
- executable perl man pages
- Extracting encrypted in a table on DB2 with Perl
- extracting match found
- Extracting nested tables from HTML
- Extracting part of strings?
- Facile user-agent statistics tool
- FAQ 1.11: When shouldn't I program in Perl?
- FAQ 1.1: What is Perl?
- FAQ 1.7: How stable is Perl?
- FAQ 1.8: Is Perl difficult to learn?
- FAQ 1.9: How does Perl compare with other languages like Java, Python, REXX, Scheme, or Tcl?
- FAQ 2.15: Archives of comp.lang.perl.misc
- FAQ 2.16: Where can I buy a commercial version of Perl?
- FAQ 2.1: What machines support Perl? Where do I get it?
- FAQ 3.18: Is it safe to return a reference to local or lexical data?
- FAQ 3.23: How can I compile Perl into Java?
- FAQ 3.26: Why don't Perl one-liners work on my DOS/Mac/VMS system?
- FAQ 3.2: How can I use Perl interactively?
- FAQ 3.4: How do I find which modules are installed on my system?
- FAQ 3.5: How do I debug my Perl programs?
- FAQ 4.11: How do I get a random number between X and Y?
- FAQ 4.13: How do I find the current century or millennium?
- FAQ 4.14: How can I compare two dates and find the difference?
- FAQ 4.15: How can I take a string and turn it into epoch seconds?
- FAQ 4.16: How can I find the Julian Day?
- FAQ 4.19: How do I validate input?
- FAQ 4.22: How do I expand function calls in a string?
- FAQ 4.25: How do I expand tabs in a string?
- FAQ 4.26: How do I reformat a paragraph?
- FAQ 4.27: How can I access or change N characters of a string?
- FAQ 4.29: How can I count the number of occurrences of a substring within a string?
- FAQ 4.30: How do I capitalize all the words on one line?
- FAQ 4.32: How do I strip blank space from the beginning/end of a string?
- FAQ 4.36: How can I expand variables in text strings?
- FAQ 4.37: What's wrong with always quoting "$vars"?
- FAQ 4.39: What is the difference between a list and an array?
- FAQ 4.3: Why isn't my octal data interpreted correctly?
- FAQ 4.41: How can I remove duplicate elements from a list or array?
- FAQ 4.42: How can I tell whether a certain element is contained in a list or array?
- FAQ 4.43: How do I compute the difference of two arrays? How do I compute the intersection of two arrays?
- FAQ 4.44: How do I test whether two arrays or hashes are equal?
- FAQ 4.49: How do I process/modify each element of an array?
- FAQ 4.5: How do I convert between numeric representations/bases/radixes?
- FAQ 4.60: How can I always keep my hash sorted?
- FAQ 4.63: How do I reset an each() operation part-way through?
- FAQ 4.67: Why does passing a subroutine an undefined element in a hash create it?
- FAQ 4.68: How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays?
- FAQ 4.6: Why doesn't & work the way I want it to?
- FAQ 4.75: How do I verify a credit card checksum?
- FAQ 5.0: How do I pack arrays of doubles or floats for XS code?
- FAQ 5.10: How can I write() into a string?
- FAQ 5.12: How can I translate tildes (~) in a filename?
- FAQ 5.13: How come when I open a file read-write it wipes it out?
- FAQ 5.15: Is there a leak/bug in glob()?
- FAQ 5.18: How can I lock a file?
- FAQ 5.19: Why can't I just open(FH, ">file.lock")?
- FAQ 5.21: All I want to do is append a small amount of text to the end of a file. Do I still have to use locking?
- FAQ 5.22: How do I randomly update a binary file?
- FAQ 5.23: How do I get a file's timestamp in perl?
- FAQ 5.25: How do I print to more than one file at once?
- FAQ 5.27: How can I read in a file by paragraphs?
- FAQ 5.28: How can I read a single character from a file? From the keyboard?
- FAQ 5.2: How do I change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file?
- FAQ 5.32: How do I close a file descriptor by number?
- FAQ 5.33: Why can't I use "C:\temp\foo" in DOS paths? Why doesn't `C:\temp\foo.exe` work?
- FAQ 5.3: How do I count the number of lines in a file?
- FAQ 5.5: How do I make a temporary file name?
- FAQ 6.0: Why do I get weird spaces when I print an array of lines?
- FAQ 6.12: What does it mean that regexes are greedy? How can I get around it?
- FAQ 6.16: How do I efficiently match many regular expressions at once?
- FAQ 6.1: How can I hope to use regular expressions without creating illegible and unmaintainable code?
- FAQ 6.20: Are Perl regexes DFAs or NFAs? Are they POSIX compliant?
- FAQ 6.2: I'm having trouble matching over more than one line. What's wrong?
- FAQ 6.7: How can I match a locale-smart version of "/[a-zA-Z]/"?
- FAQ 7.10: How do I create a class?
- FAQ 7.1: Can I get a BNF/yacc/RE for the Perl language?
- FAQ 7.21: What's the difference between calling a function as &foo and foo()?
- FAQ 7.26: How can I comment out a large block of perl code?
- FAQ 7.27: How do I clear a package?
- FAQ 7.2: What are all these $@%&* punctuation signs, and how do I know when to use them?
- FAQ 7.5: How do I temporarily block warnings?
- FAQ 7.6: What's an extension?
- FAQ 7.7: Why do Perl operators have different precedence than C operators?
- FAQ 8.11: How do I decode encrypted password files?
- FAQ 8.22: Why do setuid perl scripts complain about kernel problems?
- FAQ 8.24: Why can't I get the output of a command with system()?
- FAQ 8.28: How can I call backticks without shell processing?
- FAQ 8.29: Why can't my script read from STDIN after I gave it EOF (^D on Unix, ^Z on MS-DOS)?
- FAQ 8.35: How do I close a process's filehandle without waiting for it to complete?
- FAQ 8.3: How do I do fancy stuff with the keyboard/screen/mouse?
- FAQ 8.40: How do I avoid zombies on a Unix system?
- FAQ 8.42: How do I make a system() exit on control-C?
- FAQ 8.44: How do I tell the difference between errors from the shell and perl?
- FAQ 8.46: What's the difference between require and use?
- FAQ 8.47: How do I keep my own module/library directory?
- FAQ 8.49: How do I add a directory to my include path (@INC) at runtime?
- FAQ 8.4: How do I print something out in color?
- FAQ 8.5: How do I read just one key without waiting for a return key?
- FAQ 8.6: How do I check whether input is ready on the keyboard?
- FAQ 8.8: How do I get the screen size?
- FAQ 9.0: What is socket.ph and where do I get it?
- FAQ 9.10: How do I decode or create those %-encodings on the web?
- FAQ 9.12: How do I put a password on my web pages?
- FAQ 9.15: How do I parse a mail header?
- FAQ 9.17: How do I check a valid mail address?
- FAQ 9.19: How do I return the user's mail address?
- FAQ 9.3: How can I get better error messages from a CGI program?
- FAQ 9.8: How do I fetch an HTML file?
- Fast and high-quality Web Site Creation
- file handle problem
- File locking
- File statistics from web page files
- File statistics from web page files thanks
- File::Copy woes
- File::Remote
- Finding out if another copy of a CGI Perl scripts is running?
- First attempt at a module fails
- Follow-up:go to a link, save the page and email it out?
- For your christmas reading pleasure.
- forwarding cgi->param()
- Found this and thought if was of Use !
- Function returns into a Scalar
- GD Graph Pie Formatting
- Generate Squential Numbers?
- generating a session id
- get startup / running time of a process?
- getting array elements
- Getting stderr when using '-|'
- go to a link, save the page and email it out?
- Golf...
- Good practice to detect empty string?
- grammar function
- grammar function [OT - English Grammar]
- handle multiple submit button.
- Hard coded vs. variable assignment using in SQL statement.
- hashes
- hashref strange side effects
- Having problems parsing command line options using Getopt::Long on windows
- having trouble with control structures
- help for exec with command lines with spaces
- Help needed for perl rookie
- help: negative lookahead and backref in regex?
- Hep with Regular Expression
- horizontal join of array elements
- Hot 22 Year Old Looking For Love Or More.....Please Contact Me.......... 433Q
- how access to hash which contains hash and sclar var?
- How can I strip keywords out of a search string
- How can script find its host's name/IP address?
- how Encode::Hanextra work?
- how I can get more error info from virtual machine?
- How to call PL/SQL procs using Oraperl ?
- How to combine XPathScript with YAML?
- how to delete files that create date <=20041210
- How to detect an undefined SV* value in XS?
- How to do this job with regular expression
- How to do this job?
- how to download pictures in my web page
- How to go to a link and save a page and email it out?
- How to handle a HTTP::Request with gzip, deflate headers
- How to kill all child processes except itself?
- how to load a picture to an oracle database with the Load a picture to Oracle with DBI perl module
- how to manage phpBB, windows 2003 server and FreeBSD user accounts simultaneously.
- How to navigate the docs?
- how to read email automatically without POP3 and IMAP servers in perl?
- How to Recruit Perl Developers?
- How to redirect my $fh to STDOUT?
- How to tell what is using memory
- Howto covert to Hash structure?
- howto set args for perl executable?
- HowTo tell if from cmd_line || httpd
- HTML Parser
- HTML2JPEG
- I'm interesting to install some free database on Windows 98 and XP.
- input <>; not working?
- Insert JavaScript into Perl
- inserting a line into the body of an eMail before forwarding
- installing dbd::mysql via cygwin on windows
- Installing DBI module on Solaris 8
- Is there a field-data abstraction layer for DBI/MySQL?
- Is this possible in perl?
- Is zero even or odd?
- Is zero even or odd?)
- kindergarten array vs. for question
- labels not displayed when using win32::MsgBox on WIN XP
- Labels not displayed when using Win32::MsgBox, more information provided
- Leak in Win32::ChangeNotify?
- Leak in Win32::ChangeNotify? [solved]
- learning perl - the book
- Length of Array of Array of Array
- Line continuation in Perl
- Litigation on its way.
- Loading Modules with "require"
- looking for simple code to build a search engine
- Loop Logic Question
- Mail queue and file locking
- make this more efficient?
- Matching words and letters
- Matt's formail not working outside domain
- Maximum length of hash key
- Memory leak or expected behavior?
- Merging FrontPage HTML into Perl
- mkdir
- MLWP::Simple errors
- mod_perl headaches
- Monitor a dos console perl program running
- Monitor a Serial Port (Win2k)
- monitor for sleeping processes
- MS Perl question -- how to use hacked script to work correctly(was Question on loops and return values or sumpin)
- Multiple submit actions.
- multiple webpages sharing a dataset reference
- need help in programming linux with perl
- need help reading source code: HTML::Parser
- Need help with constants and package names.
- Need help with froogle and cart id prob
- Need to locate beginner/intermediate training course in the UK
- Need to spawn an FTP process thru PERL
- Net::NNTP, retrieving articles help please
- Net::NNTP, retrieving articles help please.......thanks that worked
- New comp.lang.perl.misc mirror site at lampforums.org
- Newbie LWP Question on multi-stage forms...
- Newbie question
- Newbie question on require and semaphores
- newbie question...can't die..whod a thunk it?
- Newbie questions, migrating from c++
- newsgroup inhabitants (was: Solaris taking...)
- Obtaining length of binary string
- odbc howto
- Open a file and reading in not a problem but....
- Open All files one by one
- Open file, print into file, what variable is used?
- opening a temp window from a perl script?
- Opinions on the Design of Perl
- OS/2 port of Perl 5.8 not adding CR to \n
- Output pipes
- Page can not be displayed...
- PAR problems Win32 (Can't Spawn, line 372) (solved)
- Paragraph separation for DOS files on Unix
- Parallel LWP: What's the total accesstime for each request?
- parent of an orphaned process
- parent of an orphaned process-info about perl and OS version.
- parse hash by array element seems to run slow
- parse tr socket $buf
- Parsing
- Parsing Huge Files
- Parsing Large Files
- Passing hashes to a function
- Passing huge double arrays in XML-RPC
- passing string to ksh with system command
- Passing value to another CGI.
- Pattern Matching
- pause, wait, etc.
- pcap -> sniffer
- perl
- Perl - User Agnet ( Problem while acessing site )
- Perl / MySql / Shopping cart
- Perl and pm path question.
- Perl Books
- Perl CGI script using Win::ODBC module - failed login on
- Perl classes NOT in separate files
- Perl crashes
- perl DBI - can I send multiple updates at once?
- Perl Developer neded.
- Perl Executable and Script Name -- NOT Args
- Perl interface to Unix ps?
- perl lacks the n of sh's "shift n"
- perl module to add/change existing pdf's header/footer?
- Perl open(). Inserting data into a file
- perl port to my m68k calculator
- Perl proxy chaining script
- Perl some time hank with system command.
- Perl Timer
- Perl to MySQL?
- perl trim function
- Perl vs. .Net regular expressions
- Perl/MySQL Question
- Perl/MySQL Question / Perl on RHAS update 4
- PerlCom Replacements
- perldoc perltie
- Perldoc: No documentation on perl found [newbie]
- Perlesque sqlREST?
- Pipe input from a Text-File
- POST'ing XML from VB ASP to Perl
- Posting Guidelines for comp.lang.perl.misc ($Revision: 1.5 $)
- Pretty Printing (maybe with PDFs ?)
- print FILE truncating input
- print question
- Printing Data usinf Perl to an HTML does not work with large amount of data
- problem creating string from list
- problem installing GD-2.19
- Problem parsing tcpdump tcp[13] output
- Problem with Open Perl IDE
- Problem with Open Perl IDE - solved
- problems with Perl RegEx match
- Q: how to recognize STDIN/STDOUT
- Query about Spreadsheet::WriteExcel
- Question about implementing range operator with strings
- Question for Tassilo
- Question on loops and return values
- Quick easy question...
- read image file - and process the result
- Read mail file? (Linux)
- Reading poorly structured data
- Reaping dead children
- Recognize directories and files.
- Redirecting STDOUT to Scalar behaves not as expected. Why?
- Reference to hash and array
- References and scope.
- reformatting linewrapped e-mail messages.
- reg expression with input line
- Reg Hash of Hash
- Regarding Inheritance
- Regarding ISA and Inheritance
- Regarding Usage on Perl
- Regaular Expression
- Regex help - need flexibility to parse with or without blanks in output....
- RegEx Help Needed
- Regexp golf question
- RegExp Help
- regexp match large file
- Regular Expression Help
- Regular expression weirdness with upper and lower case
- regular expressions problem
- Reinitializing Size of Anonymous Array
- Relational databases and tied hashes?
- replace multiple lines in a file with Perl
- replace some words in a file with a perl script.
- Requiring perl scripts
- Restricted Subsets of Perl
- retrieving Hash elements
- Retrieving web pages
- Return all points with x km of y
- return truely random number?
- Returned wrong Year
- rsh daemon written in perl?
- run Perl under windows
- save & restore cursor position in perl
- Saving regex to new variable
- Scary IPC::Open3 filehandle difference
- Script path
- search/replace and update the file in perl script
- Seeking Internet Protection Service
- selecting STDOUT AND STDERR
- Sending a binary file through a script (binmode/stdout/mime type)
- Session management for cgi, ldap, oracle?
- Sessions with only standard modules
- Simple question - setting up services
- SMPT Connection Errors
- socket script dies
- Sockets, gui, threading questions
- Solaris taking over Perl ownership
- Solution to touble of Win32::MSGBOX
- Some Programing Needed
- sorting objects with "sort" and subroutine
- split function syntax
- sprintf rounding puzzlements
- SQLite - problem connecting to database (or doing a select)
- stand alone executable using pp doesn't stand alone
- Static Code Analysis Tools?
- Strange leading character
- suid-perl deprecated... why?
- System command
- testing for existence of an inline file with Inline::Files
- Text::Reform - Words are wrapped whole??
- The Perl Review, Winter 2004
- The Perl Review, with cheaper subscription options
- Thread safety Tips in perl
- timezone conversions
- Total Recorder -> iTunes/iPod on Windows
- Transiting from Perl: Learn Python or Ruby?
- Trouble Passing Array Containing Hash to Subroutine
- Trying to install module with CPAN
- Trying to understand Perl
- uninitialized value in substitution iterator
- Unix commands and perl
- use external files as "HERE-docs" (and avoid the undefined substitions)
- Use of uninitialized value in split ?
- Using Apache::Session for storing form data as opposed to database columns
- Using MIME::Lite for multipart message - trouble with string manipulation
- Using perl how do you write a script to copy a remote file into your own site
- Using Perl to align text in an HTML page
- value of param
- vbscript or perl
- Web Form search and open pdf
- What is 1;
- Why does this work?
- why the following HereDoc print don't work?
- WINSHARED, my Perl script
- write error message to a log file while processing the ftp command
- WWW:Search::Ebay not working?
- Xah Lee's Unixism
- XML-Parser: dealing with predefined entities
- XML::SAX::ExpatXS on Windows. Have mercy on me!
- YAPC::Europe::2004 - NICE IDE downloadable at last
Last message date: 12/31/04
Archived on: 12/31/04 CET
2840 messages sorted by: [ author ] [ date ] [ thread ]