Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Which version of Windows Vista to install with a product key? 32-bit or 64-bit? Post 303001407 by Scrutinizer on Thursday 3rd of August 2017 02:00:37 AM
Old 08-03-2017
It seems to me you need to buy a license.
 

4 More Discussions You Might Find Interesting

1. Programming

copying or concatinating string from 1st bit, leaving 0th bit

Hello, If i have 2 strings str1 and str2, i would like to copy/concatenate str2 to str1, from 1st bit leaving the 0th bit. How do i do it? (2 Replies)
Discussion started by: jazz
2 Replies

2. Shell Programming and Scripting

suitable perl version for windows 2008 64 bit

Hi , While executing perl scripts , sometimes cpu consumption is going to 100% and perl script is asking to abort. In perl script , iam having some powershell commnands. out of 10 times , 9 times script runs fine and 1 time its throwing the above error. Iam using windows 2008 64 bit... (2 Replies)
Discussion started by: penchal_boddu
2 Replies

3. Shell Programming and Scripting

How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H

Hi, Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always failed having correct result. perl interpreter info, perl, v5.8.8 built for... (0 Replies)
Discussion started by: rrd1986
0 Replies

4. Red Hat

Unable to install 32 bit application on 64 bit OS

Hi, I am new to Linux OS. My question is that "is it possible to install 32 Bit application on 64 Bit OS?" I have the following Redhat OS on VMware workstation. OS - Red Hat Enterprise Linux Server release 6.2 | 2.6.32-220.el6.x86_64 While installing the application I am getting the... (2 Replies)
Discussion started by: poga
2 Replies
Module::Install::AutoLicense(3pm)			User Contributed Perl Documentation			 Module::Install::AutoLicense(3pm)

NAME
Module::Install::AutoLicense - A Module::Install extension to automagically generate LICENSE files SYNOPSIS
# In Makefile.PL use inc::Module::Install; author 'Vestan Pants'; license 'perl'; auto_license; An appropriate "LICENSE" file will be generated for your distribution. DESCRIPTION
Module::Install::AutoLicense is a Module::Install extension that generates a "LICENSE" file automatically whenever the author runs "Makefile.PL". On the user side it does nothing. When "make distclean" is invoked by the author, the "LICENSE" is removed. The appropriate license to determined from the meta provided with the "license" command and the holder of the license from the "author" command. Software::License is used to generate the "LICENSE" file. COMMANDS
This plugin adds the following Module::Install command: "auto_license" Does nothing on the user-side. On the author-side it will generate a "LICENSE" file according to the previously supplied "license" command. The "holder" of the license is determined from the "author" meta or may be specified using the "holder" parameter. auto_license( holder => 'Vestan Pants and Ivor Biggun' ); It is important to note that the "auto_license" must follow "author" and "license" commands in the "Makefile.PL" ( as demonstrated in the SYNOPSIS above ), otherwise the meta these commands provide will be unavailable to "auto_license". Call it a feature. AUTHOR
Chris "BinGOs" Williams LICENSE
Copyright X Chris Williams This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details. SEE ALSO
Module::Install Software::License perl v5.14.2 2010-04-30 Module::Install::AutoLicense(3pm)
All times are GMT -4. The time now is 01:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy