Sponsored Content
Full Discussion: Palm PDA
Operating Systems Solaris Palm PDA Post 48944 by Perderabo on Monday 22nd of March 2004 10:47:47 AM
Old 03-22-2004
You really need to learn how to use a search engine. I see thousands of options. Here are two of them.

Solaris USB driver for Palm HotSync cradle

Solaris PDASync
 

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Linux/Unix PDA

Is it possible to get a handheld pc/pda with Linux or Unix installed. Most of them seem to come with something called Palm OS or Windows. (7 Replies)
Discussion started by: jacx2
7 Replies

2. UNIX for Dummies Questions & Answers

Palm Q's

I have a Palm m105, and a serial hotsync cradle, and the PalmPilot connectivity software that came with RH Linux 7.1. I can't get it to work! I don't know what to put in the fields, etc! what should i do?!?!?!? how do i install applications?!?!?! i have to use the iMacs at school and my Windows... (1 Reply)
Discussion started by: boris888
1 Replies

3. What is on Your Mind?

Skin for PDA

Let me know if you find a skin or template for vB 2.x that can be used for mobile users (PDAs, etc.). I think we need a small mobile device skin for the forums What do you think? (4 Replies)
Discussion started by: Neo
4 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 12:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy