-
-
25 Jul 2003 05:12:10 UTC
- Distribution: Win32-Wallpaper
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (30 / 114 / 40)
- Kwalitee
Bus factor: 0- 50.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.32KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Win32::Wallpaper - Modify Win32 Wallpaper
SYNOPSIS
use Win32::Wallpaper; wallpaper("image.bmp", "tile");
DESCRIPTION
With this Win32 module, you can set a new wallpaper image and style. Three styles are supported: center, stretch, and tile. Only Window BitMaP (BMP) images are supported at this time.
You can also get the current wallpaper by calling the function without parameters. For example:
my $current_wallpaper = wallpaper();
NOTES
This will probably be the last release of this module, as I continue working on a module that will support the activedesktop interface.
AUTHOR
Mike Accardo <mikeaccardo@yahoo.com>
COPYRIGHT
Copyright (c) 2003, Mike Accardo. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License
Module Install Instructions
To install Win32::Wallpaper, copy and paste the appropriate command in to your terminal.
cpanm Win32::Wallpaper
perl -MCPAN -e shell install Win32::Wallpaper
For more information on module installation, please visit the detailed CPAN module installation guide.