projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dffa8cd
)
Escape literal "@" in string
Perl 5 Porters [Wed, 1 May 1996 02:00:50 +0000 (
02:00
+0000)]
lib/ftp.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/ftp.pl
b/lib/ftp.pl
index
f366cdb
..
bfddcb8
100644
(file)
--- a/
lib/ftp.pl
+++ b/
lib/ftp.pl
@@
-245,7
+245,7
@@
sub ftp'login
local( $remote_user, $remote_password ) = @_;
if( $proxy ){
- &ftp'send( "USER $remote_user@$site" );
+ &ftp'send( "USER $remote_user\@$site" );
}
else {
&ftp'send( "USER $remote_user" );