Sponsored Content
Full Discussion: Little Prolem with Perl
Top Forums Shell Programming and Scripting Little Prolem with Perl Post 33324 by Yaki on Saturday 28th of December 2002 04:49:28 PM
Old 12-28-2002
Data Little Prolem with Perl

look
imagine that $i="hello+world+How+Are+you+Niggaz+Back+Da+Fu..+Up";
so
how to convert all "+" characterns to spaces???
Thanx In AdvanceSmilie Smilie
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

[Perl] Accessing array elements within a sed command in Perl script

I am trying to use a script to replace the header of each file, whose filename are stored within the array $test, using the sed command within a Perl script as follows: $count = 0; while ( $count < $#test ) { `sed -e 's/BIOGRF 321/BIOGRF 332/g' ${test} > 0`; `cat 0 >... (2 Replies)
Discussion started by: userix
2 Replies

2. Shell Programming and Scripting

Passing date formats in Perl: i.e. Jul/10/2007 -> 20070710 (yyyymmdd) - Perl

Hi , This script working for fine if pass script-name.sh Jul/10/2007 ,I want to pass 20070710(yyyymmdd) .Please any help it should be appereciated. use Time::Local; my $d = $ARGV; my $t = $ARGV; my $m = ""; @d = split /\//, $d; @t = split /:/, $t; if ( $d eq "Jan" ) { $m = 0 }... (7 Replies)
Discussion started by: akil
7 Replies

3. Shell Programming and Scripting

Perl - pass shell-vars into perl for input loop

I need to process a file line-by-line using some value from a shell variable Something like:perl -p -e 's/$shell_srch/$shell_replace/g' input.txt I can't make the '-s' work in the '-p' or '-n' input loop (or couldn't find a syntaxis.) I have searched and found... (4 Replies)
Discussion started by: alex_5161
4 Replies

4. Shell Programming and Scripting

Perl :How to print the o/p of a Perl script on console and redirecting same in log file @ same time.

How can i print the output of a perl script on a unix console and redirect the same in a log file under same directory simultaneously ? Like in Shell script, we use tee, is there anything in Perl or any other option ? (2 Replies)
Discussion started by: butterfly20
2 Replies

5. Shell Programming and Scripting

Hidden Characters in Regular Expression Matching Perl - Perl Newbie

I am completely new to perl programming. My father is helping me learn said programming language. However, I am stuck on one of the assignments he has given me, and I can't find very much help with it via google, either because I have a tiny attention span, or because I can be very very dense. ... (4 Replies)
Discussion started by: kittyluva2
4 Replies

6. Shell Programming and Scripting

HELP on Perl array / sorting - trying to convert Korn Shell Script to Perl

Hi all, Not sure if this should be in the programming forum, but I believe it will get more response under the Shell Programming and Scripting FORUM. Am trying to write a customized df script in Perl and need some help with regards to using arrays and file handlers. At the moment am... (3 Replies)
Discussion started by: newbie_01
3 Replies

7. UNIX for Advanced & Expert Users

perl and HP-UX : instmodsh in combination with software depot : update inventory for installed Perl

we create a HP-UX software depot with a new perl-modul. after installation of the software depot, the perl module i can't find with instmodsh in the inventory for installed Perl modules. - i have learned of using instmodsh command : i find out what modules are already installed on my system. ... (0 Replies)
Discussion started by: bora99
0 Replies

8. Programming

Perl: How to load some functions automaticaly, starting Perl inteructively (with -d -e 0)?

I would like to use Perl in 'interactive' mode (kind off), starting it by > perl -d -e 0; But I need to have some function be read on loading. Also, it should not be for anyone who starting Perl or use it any how. I did try to search, but not much result. I have try a file '.perldb':... (1 Reply)
Discussion started by: alex_5161
1 Replies

9. Programming

Perl: restrict perl from automaticaly creating a hash branches on check

My issue is that the perl script (as I have done it so far) created empty branches when I try to check some branches on existence. I am using multydimentional hashes: found it as the best way for information that I need to handle. Saing multidimentional I means hash of hashes ... So, I have ... (2 Replies)
Discussion started by: alex_5161
2 Replies

10. Programming

PERL: In a perl-scripttTrying to execute another perl-script that SETS SOME VARIABLES !

I have reviewed many examples on-line about running another process (either PERL or shell command or a program), but do not find any usefull for my needs way. (Reviewed and not useful the system(), 'back ticks', exec() and open()) I would like to run another PERL-script from first one, not... (1 Reply)
Discussion started by: alex_5161
1 Replies
Pod::Html(3perl)					 Perl Programmers Reference Guide					  Pod::Html(3perl)

NAME
Pod::Html - module to convert pod files to HTML SYNOPSIS
use Pod::Html; pod2html([options]); DESCRIPTION
Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference. FUNCTIONS
pod2html pod2html("pod2html", "--podpath=lib:ext:pod:vms", "--podroot=/usr/src/perl", "--htmlroot=/perl/nmanual", "--libpods=perlfunc:perlguts:perlvar:perlrun:perlop", "--recurse", "--infile=foo.pod", "--outfile=/perl/nmanual/foo.html"); pod2html takes the following arguments: backlink --backlink="Back to Top" Adds "Back to Top" links in front of every "head1" heading (except for the first). By default, no backlinks are generated. cachedir --cachedir=name Creates the item and directory caches in the given directory. css --css=stylesheet Specify the URL of a cascading style sheet. Also disables all HTML/CSS "style" attributes that are output by default (to avoid conflicts). flush --flush Flushes the item and directory caches. header --header --noheader Creates header and footer blocks containing the text of the "NAME" section. By default, no headers are generated. help --help Displays the usage message. hiddendirs --hiddendirs --nohiddendirs Include hidden directories in the search for POD's in podpath if recurse is set. The default is not to traverse any directory whose name begins with ".". See "podpath" and "recurse". [This option is for backward compatibility only. It's hard to imagine that one would usefully create a module with a name component beginning with ".".] htmldir --htmldir=name Sets the directory in which the resulting HTML file is placed. This is used to generate relative links to other files. Not passing this causes all links to be absolute, since this is the value that tells Pod::Html the root of the documentation tree. htmlroot --htmlroot=name Sets the base URL for the HTML files. When cross-references are made, the HTML root is prepended to the URL. index --index --noindex Generate an index at the top of the HTML file. This is the default behaviour. infile --infile=name Specify the pod file to convert. Input is taken from STDIN if no infile is specified. libpods --libpods=name:...:name List of page names (eg, "perlfunc") which contain linkable "=item"s. netscape --netscape --nonetscape Deprecated, has no effect. For backwards compatibility only. outfile --outfile=name Specify the HTML file to create. Output goes to STDOUT if no outfile is specified. podpath --podpath=name:...:name Specify which subdirectories of the podroot contain pod files whose HTML converted forms can be linked to in cross references. podroot --podroot=name Specify the base directory for finding library pods. quiet --quiet --noquiet Don't display mostly harmless warning messages. These messages will be displayed by default. But this is not the same as "verbose" mode. recurse --recurse --norecurse Recurse into subdirectories specified in podpath (default behaviour). title --title=title Specify the title of the resulting HTML file. verbose --verbose --noverbose Display progress messages. By default, they won't be displayed. htmlify htmlify($heading); Converts a pod section specification to a suitable section specification for HTML. Note that we keep spaces and special characters except "", ?" (Netscape problem) and the hyphen (writer's problem...). anchorify anchorify(@heading); Similar to "htmlify()", but turns non-alphanumerics into underscores. Note that "anchorify()" is not exported by default. ENVIRONMENT
Uses $Config{pod2html} to setup default options. AUTHOR
Tom Christiansen, <tchrist@perl.com>. SEE ALSO
perlpod COPYRIGHT
This program is distributed under the Artistic License. perl v5.14.2 2011-09-26 Pod::Html(3perl)
All times are GMT -4. The time now is 07:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy