Sponsored Content
Operating Systems Linux hey where can i download a MPEG player for linux Post 65827 by topa on Wednesday 9th of March 2005 10:39:28 AM
Old 03-09-2005
Have a look at the next link: http://www.videolan.org/
It is a free Software and Open Source video streaming solution for every OS!
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I Need A Player For Linux.

Which video player do i need for red hat 7 and how do i run it? (2 Replies)
Discussion started by: IMOTEB
2 Replies

2. Linux

how to download a free mp3 player for linux

Does anyone of you have the links to a site where you can download a mp3 player for linux(fedora 1). :D (3 Replies)
Discussion started by: wojtyla
3 Replies

3. UNIX for Dummies Questions & Answers

good mp3 player for linux

Hi all i am lookign for a good mp3 player under linux which runs nicely with an amd64 (x86-64) enverioment. i used too use xmms but i just found out that there are no active develepors anymore (last active developer logged in on forum somewhere in augustus 2005) so does someone knows a good... (6 Replies)
Discussion started by: jurrien
6 Replies

4. Shell Programming and Scripting

Media Player Under Linux - Girl in Need

Hello Everybody, First to introduce myself, I am a total beginner to the linux scene. I'm am running it on my second desktop and so far I love it, even though it can be frustrating. Anyway... my first problem. I like to watch movies on xxxxxx on my windows box, but so far I haven't been... (1 Reply)
Discussion started by: EricaMae999
1 Replies

5. UNIX for Dummies Questions & Answers

Which player to install on Linux

Hi All, I am very new to Linux... I have just installed Red hat Linux 5.. Can anybody pls tell me the way to install different players.... (1 Reply)
Discussion started by: kunalpatil09
1 Replies

6. Linux

Unable to install VLC media player or any other player in SL 6.3 distro

Hi, I am unable to install VLC or any other media players in my SL 6.3 distro. I am using yum utility to install the packages, but i am getting the below error messages, --> Processing Dependency: libpng15.so.15()(64bit) for package: vlc-core-2.0.3-1.fc18.x86_64 --> Processing... (1 Reply)
Discussion started by: vel4ever
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.18.2 2012-02-11 URI::URL(3)
All times are GMT -4. The time now is 06:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy