Sponsored Content
Top Forums UNIX for Dummies Questions & Answers HP-UX and Solaris Certification: Better 2gether?? Post 14919 by killerserv on Friday 8th of February 2002 12:35:11 AM
Old 02-08-2002
perrylx,
A suggestion, Pls visit the Vendor webpage either www.sun.com or www.hp.com why is this because, to describe the diffrences between both the certs are quite long. You may try to visit those webpages to find out up-to date information on what you wanted.

Smilie
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris certification

Hello everybody !! Im from Brazil...and i didnt found any forum about Solaris here..then i need some help..... I´m an Oracle Database Administrator. I will do some course about Solaris and the tests too...for Certification...and i dont know if the content of the courses are enough to pass in... (1 Reply)
Discussion started by: a_pastore
1 Replies

2. UNIX for Dummies Questions & Answers

Freebsd and win 2000 working 2gether?

Hi Brothers, Please, I've just purchased a new PC and I would like to have both win 2000 and freebsd in the same hard drive, ( 40GB and 128Mb ) can you please help how to set up my new hard drive , please! Thank you..... aka Polymorphous (2 Replies)
Discussion started by: Polymorphous
2 Replies

3. Solaris

Question for Solaris 9 Certification

1. You are a network administrator. You have a script that uses rusers to tell you who is logged into your system on the network. You suspect that you are not getting all the client machines to report. Which daemon may not be running on some of the clients? a. rpc.cmsd b. in.fingerd c. rc.sprayd... (1 Reply)
Discussion started by: Ajwat
1 Replies

4. Solaris

Solaris 9 vs 10 Certification

Hi. I am fairly new to the UNIX world and was thinking of getting certified. I was thinking of going with Solaris 10 certification. I have noticed that there really aren't any certification study guides out for Solaris 10 yet. I am not sure how quickly companies are making the jump to 10 or how... (2 Replies)
Discussion started by: blk97tt
2 Replies

5. UNIX for Dummies Questions & Answers

Solaris 9 Certification

Hi I am preparing for Solaris 9 - I need questions and answers of the same - If somebody has it please let me know - Sites are asking for a lot of money - Specially if u have TK please let me know - Or if somebody has any ideas of any real good questions who have given the test recently please... (1 Reply)
Discussion started by: guru_exam
1 Replies

6. Solaris

Solaris 10 Certification

Hy folks, Did anyone of you go to Solaris 10 Certification? And who passed? I am interested in what books/guides etc. did you use to preapare yourself for certification. Any tips or advices for novice user? Thanks (1 Reply)
Discussion started by: R@LE
1 Replies

7. UNIX for Dummies Questions & Answers

Solaris 10 Certification

Hi, Is it a must to take Solaris Admin I and II at the same time to get SCSA certified? Can i take Admin I now and take Admin II 7 Months later and get certified? Rgds, filthymonk (1 Reply)
Discussion started by: filthymonk
1 Replies

8. Solaris

Sun Solaris certification

Have decided to take up SCSA . which would be advisable to take Solaris 10 or Solaris 9 in the current trend ?. Jothi Prabaharan (1 Reply)
Discussion started by: jothprab
1 Replies

9. Solaris

Has anyone here taken the Solaris certification exams?

I'm thinking of taking the Solaris 10 exams, and never taken Sun's exams before. What kind of home lab is adequate for preparation? Would a couple of Sun Blade 100's and some USB storage be sufficient? (3 Replies)
Discussion started by: yoda9999
3 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.16.2 2012-02-11 URI::URL(3)
All times are GMT -4. The time now is 03:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy