Sponsored Content
The Lounge What is on Your Mind? a frined from china,welcome me Post 302114070 by merlin on Thursday 12th of April 2007 09:27:32 AM
Old 04-12-2007
a frined from china,welcome me

i come from china


my name is merlin

i love linux ,i think you too !! Smilie

if you want to be friends with me ,ask me ,my msn is merlin@live.cn it is my e-mail too

an my blog is http://merlin.cublog.cn

tell everyone a good china linux&unix web http://www.chinaunix.com

if you speak chinese too ,welcom you to there ,

Last edited by merlin; 04-13-2007 at 03:15 AM..
 

3 More Discussions You Might Find Interesting

1. Linux

Hello!new linux user!I come from china!

Hello everybody!I an new linux user,I come from china!I think you must know!I want to learn linux , I know that learn well,english must be well.but my english is very bad!So i hope you don't mind.I hope i can get help from foreign friends in the future! thank you! (3 Replies)
Discussion started by: aini2003
3 Replies

2. What is on Your Mind?

linux in china

now china is become better and better 2005-10-12 rocket 6 in the outer space with two men what think about linux in china thanks (1 Reply)
Discussion started by: zhenyuan1125
1 Replies

3. What is on Your Mind?

For China members:which city do you live?

hi guys: i am live in Changsha China , i am study here . which city do you live? (1 Reply)
Discussion started by: kingdream
1 Replies
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.12.5 2011-08-13 URI::URL(3)
All times are GMT -4. The time now is 04:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy